Added a comment
authormatrss <matrss@web>
Sun, 8 Dec 2024 17:27:59 +0000 (17:27 +0000)
committeradmin <admin@branchable.com>
Sun, 8 Dec 2024 17:27:59 +0000 (17:27 +0000)
doc/todo/generic_p2p_socket_transport/comment_1_0eafb233b37668daa473f0415e11813f._comment [new file with mode: 0644]

diff --git a/doc/todo/generic_p2p_socket_transport/comment_1_0eafb233b37668daa473f0415e11813f._comment b/doc/todo/generic_p2p_socket_transport/comment_1_0eafb233b37668daa473f0415e11813f._comment
new file mode 100644 (file)
index 0000000..e341ce2
--- /dev/null
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="matrss"
+ avatar="http://cdn.libravatar.org/avatar/59541f50d845e5f81aff06e88a38b9de"
+ subject="comment 1"
+ date="2024-12-08T17:27:59Z"
+ content="""
+I suppose this wouldn't have to communicate over unix sockets either, it could also use stdin/stdout like `git annex shell p2pstdio`, but without skipping authentication, instead using the `git annex p2p` pairing process. Something like socat could then be used to connect those stdin/stdout's to a unix socket, tcp port, or whatever else.
+"""]]